home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Magazine / GraphicsCards / StormMesa / MESADOS.BAT < prev    next >
DOS Batch File  |  1998-12-15  |  1KB  |  29 lines

  1. @echo off
  2. rem Remove next for no mapfile
  3. echo >mesados.lnk option map=mapfile
  4. rem Remove next line for no debug info
  5. echo >>mesados.lnk debug all
  6. rem Comment out next two lines if you aren`t using univbe VESA support
  7. echo >>mesados.lnk library \scitech\lib\dos32\wc\svga.lib
  8. echo >>mesados.lnk library \scitech\lib\dos32\wc\svga.lib
  9. rem MGL support, isn`t finished yet. sorry!.
  10. rem echo >>mesados.lnk library \scitech\lib\dos32\wc\mgllt.lib
  11. echo >>mesados.lnk library \scitech\lib\dos32\wc\dos4gw\pmode.lib
  12. rem these are the main mesa libs
  13. echo >>mesados.lnk library ..\src-glu\dosglub.lib
  14. echo >>mesados.lnk library ..\src-tk\tkdos.lib
  15. echo >>mesados.lnk library ..\src\dosmesa.lib
  16. echo >>mesados.lnk library ..\src-aux\dosaux.lib
  17. rem set wcl386=/DDOSVGA /I\mesa\include /d3 /5r /mf /wx /x /fp5 /k80000
  18. set wcl386=/DDOSVGA /I\mesa\include /5r /fp5 /wx /x /d1 /otexan /mf /k80000
  19. wcl386 %1 %2 %3 %4 %5 %6 %7 @mesados
  20. goto exit
  21. wstrip %1.exe
  22. del %1.obj
  23. %1
  24. pause
  25. del %1.exe
  26. :exit
  27. rem del mesados.lnk
  28. set wcl386=
  29.